翻訳と辞書
Words near each other
・ Languages of Romania
・ Languages of Russia
・ Languages of Rwanda
・ Languages of San Marino
・ Languages of Scotland
・ Languages of Senegal
・ Languages of Serbia
・ Languages of Seychelles
・ Languages of Sierra Leone
・ Languages of Singapore
・ Languages of Slovenia
・ Languages of Somalia
・ Language, Truth, and Logic
・ Language-agnostic
・ Language-based learning disability
Language-based security
・ Language-based system
・ Language-game (philosophy)
・ Language-independent
・ Language-independent specification
・ Language-learning aptitude
・ Language-oriented programming
・ Language-Sensitive Editor
・ Language. Sex. Violence. Other?
・ Language. Sex. Violence. Other? (video)
・ Language/action perspective
・ Language/culture-based charter school
・ LanguageLine Solutions
・ Languages constructed by J. R. R. Tolkien
・ Languages in censuses


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Language-based security : ウィキペディア英語版
Language-based security
In computer science, language-based security (LBS) is a set of techniques that may be used to strengthen the security of applications on a high level by using the properties of programming languages.
LBS is considered to enforce computer security on an application-level, making it possible to prevent vulnerabilities which traditional operating system security is unable to handle.
Software applications are typically specified and implemented in certain programming languages, and in order to protect against attacks, flaws and bugs an application’s source code might be vulnerable to, there is a need for application-level security; security evaluating the applications behavior with respect to the programming language. This area is generally known as language-based security.
== Motivation ==
The use of large software systems, such as SCADA, is taking place all around the world〔(【引用サイトリンク】url=http://www.oas.org/cyber/documents/ENISA%20-%20Can%20we%20learn%20from%20SCADA%20security%20incidents%20-%20White%20Paper.pdf )〕 and computer systems constitute the core of many infrastructures. The society relies greatly on infrastructure such as water, energy, communication and transportation, which again all rely on fully functionally working computer systems. There are several well known examples of when critical systems fail due to bugs or errors in software, such as ''when shortage of computer memory caused LAX computers to crash and hundreds of flights to be delayed'' (April 30, 2014).
Traditionally, the mechanisms used to control the correct behavior of software are implemented at the operating system level. The operating system handles several possible security violations such as memory access violations, stack overflow violations, access control violations, and many others. This is a crucial part of security in computer systems, however by securing the behavior of software on a more specific level, even stronger security can be achieved. Since a lot of properties and behavior of the software is lost in compilation, it is significantly more difficult to detect vulnerabilities in machine code. By evaluating the source code, before the compilation, the theory and implementation of the programming language can also be considered, and more vulnerabilities can be uncovered.

"So why do developers keep making the same mistakes? Instead of relying on programmers' memories, we should strive to produce tools that codify what is known about common security vulnerabilities and integrate it directly into the development process."
— D. Evans and D. Larochelle, 2002


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Language-based security」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.